projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6580b
)
docs: Fix typo
author
Florian Müllner
<fmuellner@gnome.org>
Thu, 20 Jan 2011 11:29:17 +0000
(12:29 +0100)
committer
Florian Müllner
<fmuellner@gnome.org>
Thu, 20 Jan 2011 11:29:17 +0000
(12:29 +0100)
s/gtk_builder_add_From_file/gtk_builder_add_from_file
docs/reference/gtk/getting_started.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/getting_started.xml
b/docs/reference/gtk/getting_started.xml
index 3f8293c3e96fd869cd3a27317539a8fce89bad01..13cf36ac8c81569bc86eb46c5c4922ceebe92b1d 100644
(file)
--- a/
docs/reference/gtk/getting_started.xml
+++ b/
docs/reference/gtk/getting_started.xml
@@
-218,7
+218,7
@@
GtkWidget*.</para>
<para>Normally, you would pass a full path to
- gtk_builder_add_
F
rom_file() to make the execution of your program
+ gtk_builder_add_
f
rom_file() to make the execution of your program
independent of the current directory. A common location to install
UI descriptions and similar data is
<filename>/usr/share/<replaceable>appname</replaceable></filename>.